home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / ADVADDG.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.7 KB  |  44 lines

  1. <title>Internet Service Manager - Grant Access</title>
  2.  
  3. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/iisadmin/default.htm">
  10. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=000000>
  12. <B><%if servid EQ 4%>WWW Administrator<%elif servid EQ 1%>FTP Administrator<%elif servid EQ 2%>Gopher Administrator<%endif%> - Grant Access</B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=000000>Administration on<%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18. <table BORDER=0 BGCOLOR=C0C0C0 NOWRAP>
  19. <%if servid EQ 4%>Grant WWW access to the following :<%elif servid EQ 1%>Grant FTP access to the following :<%elif servid EQ 2%>Grant Gopher access to the following :<%endif%>
  20. <P>
  21.  
  22. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/advaddgu">
  23. <input type="radio" name="grantisipsingle" value=1 CHECKED> Single Computer<p>
  24. <input type="radio" name="grantisipsingle" value=0> Group of Computers<p>
  25. IP Address : <input type="text" name="grantipaddr" value=""><p>
  26. A subnet mask is only necessary when you deny access to a group of computers<p>
  27. Subnet Mask : <input type="text" name="grantipmask" value=""><p>
  28.  
  29. <!-- OK/CANCEL/RESET Buttons -->
  30. <TABLE WIDTH=500 HEIGHT=30 BORDER=0 NOWRAP>
  31. <TR><TD ALIGN=RIGHT>
  32. <input type="submit" value="     OK     ">
  33. <input type="submit" name="cancel" value=" Cancel ">
  34. <input type="reset" value="  Reset  ">
  35. <%if 1 EQ 1%>
  36. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>htadvga.htm<%elif servid EQ 1%>ftadvga.htm<%elif servid EQ 2%>goadvga.htm<%endif%>">
  37. <input type="submit" name="help" value="  Help  ">
  38. <%endif%>
  39. </TD></TR>
  40. </TABLE>
  41.  
  42. </TABLE>
  43. </form>
  44. </html>